Feature: Create Tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 34.870s |
Scenario: User can create tag successfully
Before
0m 0.746s
Given
I navigate to page "<LOGIN_URL>"
0m 0.723s
And
I wait for 5 seconds
0m 5.223s
When
I enter a correct email "<EMAIL>"
0m 0.230s
And
I wait for 2 seconds
0m 2.218s
When
I enter a correct password "<PASSWORD>"
0m 0.181s
And
I wait for 2 seconds
0m 2.214s
When
I click on the signin button
0m 0.353s
And
I wait for 5 seconds
0m 5.287s
Then
I can see dashboard admin
0m 0.240s
And
I wait for 2 seconds
0m 2.250s
When
I select the "Create Tags" section
0m 0.254s
And
I wait for 2 seconds
0m 2.192s
When
I select the "Create New Tag" option
0m 0.227s
And
I wait for 2 seconds
0m 2.181s
When
I type the tag name "TagName"
0m 0.213s
And
I wait for 2 seconds
0m 2.203s
When
I enter a description for the tag "Tag Description"
0m 0.175s
And
I wait for 2 seconds
0m 2.194s
When
I click on the "Save Tag" button
0m 0.209s
And
I wait for 5 seconds
0m 5.184s
Then
I confirm that the tag was created
0m 0.171s
After
0m 0.002s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<LOGIN_URL>"
And
I wait for 5 seconds
When
I enter a correct email "<EMAIL>"
And
I wait for 2 seconds
When
I enter a correct password "<PASSWORD>"
And
I wait for 2 seconds
When
I click on the signin button
And
I wait for 5 seconds
Then
I can see dashboard admin
And
I wait for 2 seconds
When
I select the "Create Tags" section
And
I wait for 2 seconds
When
I select the "Create New Tag" option
And
I wait for 2 seconds
When
I type the tag name "TagName"
And
I wait for 2 seconds
When
I enter a description for the tag "Tag Description"
And
I wait for 2 seconds
When
I click on the "Save Tag" button
And
I wait for 5 seconds
Then
I confirm that the tag was created
After
NO IMAGE AVAILABLE